/** * Validate a Permission * @param permission * @returns */ export declare function isPermission(maybePermission: string): boolean;