import { Configuration } from '../configuration.js';
import File from '../file.js';
import { PreviousStage } from '../stage.js';
export declare const isConfiguration: (value: unknown) => value is Configuration;
export declare const isFilePathString: (value?: string) => value is string;
export declare const isTriplyDBPathString: (value: unknown) => value is string;
export declare const isPreviousStage: (value: unknown) => value is PreviousStage;
export declare const isFile: (value: unknown) => value is File;
//# sourceMappingURL=guards.d.ts.map