export declare function encodePreviewAppId(appId: string): string; export declare function buildPreviewSubdomain(appId: string, versionId: number): string; export declare function buildChannelPreviewSubdomain(appId: string, channelId: number): string;