export type IsPermissionAuthorized = (permission: string) => Promise<boolean>;
export declare const isPermissionAuthorized: IsPermissionAuthorized;
