export declare const Permission: { readonly ACCOUNTS: "accounts"; }; export type Permission = (typeof Permission)[keyof typeof Permission]; //# sourceMappingURL=constants.d.ts.map