import { Schema } from "../interfaces";
export declare const TopLevelDSLKeys: {
    [DSLKey: string]: string;
};
export interface ITopLevelDSL {
    $code?: number;
    $times?: number;
}
export interface IDSL {
    $size?: number;
    [key: string]: number | string | boolean | undefined;
}
export declare type Props = Record<string, Schema>;
export interface IUnmockProperty {
    [key: string]: {
        type: string;
        default: any;
    };
}
//# sourceMappingURL=interfaces.d.ts.map