import { QueryLocalConfigInput } from './transform/type'; declare const LOCAL_CONFIG_FILE = "point.config.local.json"; export declare function getLocalConfigPath(): string; export { LOCAL_CONFIG_FILE }; export declare function getLocalPointConfig(): Promise; export declare function writeLocalPointConfig(remoteFeatures: QueryLocalConfigInput, overwrite?: boolean, quiet?: boolean): Promise;