export interface SourceRuntimeWarningOptions { cwd: string; cliEntryPath: string; args?: string[]; env?: NodeJS.ProcessEnv; } export declare function buildSourceCheckoutRuntimeWarning(options: SourceRuntimeWarningOptions): string | null; export declare function isSlopeSourceCheckout(cwd: string): boolean; //# sourceMappingURL=source-runtime.d.ts.map