export type UnlockFn = () => Promise; export declare const createServiceLock: (programPath: string, serviceName: string, content: Record) => Promise; export declare const getService: >(programPath: string, serviceName: string, ignoreLockfile?: boolean) => Promise; export declare const getServices: (programPath: string) => Promise;