import { Config } from '../Config.js';
import { PageSeed } from '../Page.js';
import { Root } from '../Root.js';
import { Schema } from '../Schema.js';
import { Workspace } from '../Workspace.js';
import { Selection } from './Selection.js';
export declare function seralizeLocation(config: Config, location: Workspace | Root | PageSeed | undefined): Array<string>;
export declare function serializeSelection(targets: Schema.Targets, selection: Selection | undefined): void;
