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