import type { PermissionScope, PermissionState, SupportedStandard } from "@slide-computer/signer";
export declare const supportedStandards: SupportedStandard[];
export declare const scopes: Array<{
    scope: PermissionScope;
    state: PermissionState;
}>;
