export declare const buildPath: (params: {
    endpointName: string;
    guestSpaceId?: number | string;
    preview?: boolean;
}) => string;
