import type { GraphqlFields } from '@becomes/purple-cheetah-mod-graphql/types'; export declare const DefaultEntityObjectProps: GraphqlFields; export interface GQLDefaultSecurityArgTypes { token: string; } export declare const GQLDefaultSecurityArgs: GraphqlFields; export declare function delay(t: number): Promise;