import { type BuildMutator } from '../../url';
export type SingleConf = {
    postId?: string;
};
export declare const single: BuildMutator;
