export type ActionFn = (...args: any[]) => void | Promise<void>;
export declare function requirePlatformAccess(fn: ActionFn): ActionFn;
