DEFAULT_PERMISSIONS
let DEFAULT_PERMISSIONS: { approvedCallTargets: Array<never>; expirationDate: BigNumber; nativeTokenLimitPerTransaction: string; startDate: BigNumber;};
type approvedCallTargets = Array<never>;
type expirationDate = BigNumber;
type nativeTokenLimitPerTransaction = string;
type startDate = BigNumber;