/** SDK-owned platform module. This implementation is maintained in goodvibes-sdk. */ export interface AutomationStorePathConfig { readonly controlPlaneDir?: string | undefined; readonly getControlPlaneConfigDir?: (() => string) | undefined; } export declare function resolveAutomationStorePath(filename: string, config: AutomationStorePathConfig): string; //# sourceMappingURL=paths.d.ts.map