import type * as TY from '../types/index.ts';
export * from './BootChecks.ts';
export * from '../consts/PrimshapeChecks.ts';
export interface Story {
    ok?: boolean;
    before?: TY.BecameT;
    became?: TY.BeforeT;
    gist?: TY.Label;
    [key: string]: any;
}
export declare const funcOrKey: TY.ZodUnion<[TY.ZodString, TY.ZodType<((val: any, key: string, ...args: any[]) => any) | ((val: any, key: number, ...args: any[]) => any), TY.ZodTypeDef, ((val: any, key: string, ...args: any[]) => any) | ((val: any, key: number, ...args: any[]) => any), TY.ZodTypeDef>]>;
//# sourceMappingURL=BasicChecks.d.ts.map