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