import { Express } from "express"; declare const appRouter: import("@trpc/server").CreateRouterInner, { nftCollections: import("@trpc/server").CreateRouterInner, { resolveContract: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { packageId: string; }; _input_out: { packageId: string; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { collectionId: string; mintCapId: string; feesIds: string[] | undefined; marketplaceIds: string[] | undefined; listingIds: string[] | undefined; marketIds: string[] | undefined; inventoryIds: string[] | undefined; } | { collectionId: undefined; mintCapId: undefined; feesIds: never[]; marketplaceIds: never[]; listingIds: never[]; marketIds: never[]; inventoryIds: never[]; }>; get: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id: string; }; _input_out: { id: string; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; img?: string | undefined; imgSet?: { url: string; width: number; }[] | undefined; socialImages?: { launchpad: string; marketplace: string; } | undefined; title?: string | undefined; description?: string | undefined; slug?: string | undefined; links?: { twitter?: import("../database").NullableString | undefined; discord?: import("../database").NullableString | undefined; telegram?: import("../database").NullableString | undefined; whitepaper?: import("../database").NullableString | undefined; website?: import("../database").NullableString | undefined; } | undefined; infoTags?: string[] | undefined; categoryTags?: string[] | undefined; startDate?: string | undefined; startDateTs?: FirebaseFirestore.Timestamp | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; about?: { title: string; description: string; }[] | undefined; partnerships?: { name: string; twitter: string; }[] | undefined; contractPackageId?: string | undefined; contractCollectionId?: string | undefined; contractInventoryId?: string | undefined; contractListingId?: string | undefined; contractOrderbookId?: string | undefined; contractTransferAllowListId?: string | undefined; nftProtocolContractId?: string | undefined; status?: import("..").NftCollectionStatus | undefined; nftsOnSale?: string[] | undefined; totalCount?: number | undefined; comment?: import("../database").NullableString | undefined; mintTweetText?: import("../database").NullableString | undefined; mintCustomMessage?: import("../database").NullableString | undefined; relatedGameUrl?: import("../database").NullableString | undefined; relatedGameName?: import("../database").NullableString | undefined; utilityProjectUrl?: import("../database").NullableString | undefined; utilityProjectName?: import("../database").NullableString | undefined; isWiped?: boolean | undefined; venues?: { venueObjectId: string; marketObjectId: string; price: number; startDateTs: FirebaseFirestore.Timestamp; }[] | undefined; }>; list: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { status?: import("..").NftCollectionStatus | undefined; limit?: number | undefined; offset?: number | undefined; }; _input_out: { status?: import("..").NftCollectionStatus | undefined; limit?: number | undefined; offset?: number | undefined; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { items: { id: string; img: string; imgSet?: { url: string; width: number; }[] | undefined; socialImages?: { launchpad: string; marketplace: string; } | undefined; title: string; description: string; slug: string; links?: { twitter?: import("../database").NullableString | undefined; discord?: import("../database").NullableString | undefined; telegram?: import("../database").NullableString | undefined; whitepaper?: import("../database").NullableString | undefined; website?: import("../database").NullableString | undefined; } | undefined; infoTags: string[]; categoryTags: string[]; startDate?: string | undefined; startDateTs?: FirebaseFirestore.Timestamp | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; about: { title: string; description: string; }[]; partnerships: { name: string; twitter: string; }[]; contractPackageId?: string | undefined; contractCollectionId?: string | undefined; contractInventoryId?: string | undefined; contractListingId?: string | undefined; contractOrderbookId?: string | undefined; contractTransferAllowListId?: string | undefined; nftProtocolContractId?: string | undefined; status: import("..").NftCollectionStatus; nftsOnSale?: string[] | undefined; totalCount?: number | undefined; comment?: import("../database").NullableString | undefined; mintTweetText?: import("../database").NullableString | undefined; mintCustomMessage?: import("../database").NullableString | undefined; relatedGameUrl?: import("../database").NullableString | undefined; relatedGameName?: import("../database").NullableString | undefined; utilityProjectUrl?: import("../database").NullableString | undefined; utilityProjectName?: import("../database").NullableString | undefined; isWiped?: boolean | undefined; venues: { venueObjectId: string; marketObjectId: string; price: number; startDateTs: FirebaseFirestore.Timestamp; }[]; }[]; total: number; }>; save: import("@trpc/server").BuildProcedure<"mutation", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id?: string | undefined; imgSet?: { width: number; url: string; }[] | undefined; links?: { twitter?: string | null | undefined; discord?: string | null | undefined; telegram?: string | null | undefined; whitepaper?: string | null | undefined; website?: string | null | undefined; } | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; totalCount?: number | null | undefined; comment?: string | null | undefined; mintTweetText?: string | null | undefined; mintCustomMessage?: string | null | undefined; relatedGameUrl?: string | null | undefined; relatedGameName?: string | null | undefined; utilityProjectUrl?: string | null | undefined; utilityProjectName?: string | null | undefined; venues?: { startDateTs: string; price: number; venueObjectId: string; marketObjectId: string; }[] | undefined; slug: string; status: import("..").NftCollectionStatus.LIVE | import("..").NftCollectionStatus.LIVE_ON_MARKETPLACE; description: string; contractPackageId: string; img: string; title: string; infoTags: string[]; categoryTags: string[]; startDate: string; about: { description: string; title: string; }[]; partnerships: { name: string; twitter: string; }[]; contractCollectionId: string; contractInventoryId: string; contractListingId: string; contractOrderbookId: string; contractTransferAllowListId: string; } | { id?: string | undefined; contractPackageId?: string | undefined; imgSet?: { width: number; url: string; }[] | undefined; links?: { twitter?: string | null | undefined; discord?: string | null | undefined; telegram?: string | null | undefined; whitepaper?: string | null | undefined; website?: string | null | undefined; } | undefined; startDate?: string | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; contractCollectionId?: string | undefined; contractInventoryId?: string | undefined; contractListingId?: string | undefined; contractOrderbookId?: string | undefined; contractTransferAllowListId?: string | undefined; totalCount?: number | null | undefined; comment?: string | null | undefined; mintTweetText?: string | null | undefined; mintCustomMessage?: string | null | undefined; relatedGameUrl?: string | null | undefined; relatedGameName?: string | null | undefined; utilityProjectUrl?: string | null | undefined; utilityProjectName?: string | null | undefined; venues?: { startDateTs: string; price: number; venueObjectId: string; marketObjectId: string; }[] | undefined; slug: string; status: import("..").NftCollectionStatus.DRAFT | import("..").NftCollectionStatus.UPCOMING | import("..").NftCollectionStatus.ARCHIVED; description: string; img: string; title: string; infoTags: string[]; categoryTags: string[]; about: { description: string; title: string; }[]; partnerships: { name: string; twitter: string; }[]; }; _input_out: { id?: string | undefined; imgSet?: { width: number; url: string; }[] | undefined; links?: { twitter?: string | null | undefined; discord?: string | null | undefined; telegram?: string | null | undefined; whitepaper?: string | null | undefined; website?: string | null | undefined; } | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; totalCount?: number | null | undefined; comment?: string | null | undefined; mintTweetText?: string | null | undefined; mintCustomMessage?: string | null | undefined; relatedGameUrl?: string | null | undefined; relatedGameName?: string | null | undefined; utilityProjectUrl?: string | null | undefined; utilityProjectName?: string | null | undefined; venues?: { startDateTs: string; price: number; venueObjectId: string; marketObjectId: string; }[] | undefined; slug: string; status: import("..").NftCollectionStatus.LIVE | import("..").NftCollectionStatus.LIVE_ON_MARKETPLACE; description: string; contractPackageId: string; img: string; title: string; infoTags: string[]; categoryTags: string[]; startDate: string; about: { description: string; title: string; }[]; partnerships: { name: string; twitter: string; }[]; contractCollectionId: string; contractInventoryId: string; contractListingId: string; contractOrderbookId: string; contractTransferAllowListId: string; } | { id?: string | undefined; contractPackageId?: string | undefined; imgSet?: { width: number; url: string; }[] | undefined; links?: { twitter?: string | null | undefined; discord?: string | null | undefined; telegram?: string | null | undefined; whitepaper?: string | null | undefined; website?: string | null | undefined; } | undefined; startDate?: string | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; contractCollectionId?: string | undefined; contractInventoryId?: string | undefined; contractListingId?: string | undefined; contractOrderbookId?: string | undefined; contractTransferAllowListId?: string | undefined; totalCount?: number | null | undefined; comment?: string | null | undefined; mintTweetText?: string | null | undefined; mintCustomMessage?: string | null | undefined; relatedGameUrl?: string | null | undefined; relatedGameName?: string | null | undefined; utilityProjectUrl?: string | null | undefined; utilityProjectName?: string | null | undefined; venues?: { startDateTs: string; price: number; venueObjectId: string; marketObjectId: string; }[] | undefined; slug: string; status: import("..").NftCollectionStatus.DRAFT | import("..").NftCollectionStatus.UPCOMING | import("..").NftCollectionStatus.ARCHIVED; description: string; img: string; title: string; infoTags: string[]; categoryTags: string[]; about: { description: string; title: string; }[]; partnerships: { name: string; twitter: string; }[]; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { img: string; imgSet?: { url: string; width: number; }[] | undefined; socialImages?: { launchpad: string; marketplace: string; } | undefined; title: string; description: string; slug: string; links?: { twitter?: import("../database").NullableString | undefined; discord?: import("../database").NullableString | undefined; telegram?: import("../database").NullableString | undefined; whitepaper?: import("../database").NullableString | undefined; website?: import("../database").NullableString | undefined; } | undefined; infoTags: string[]; categoryTags: string[]; startDate?: string | undefined; startDateTs?: FirebaseFirestore.Timestamp | undefined; maxBuy?: number | null | undefined; price?: number | null | undefined; about: { title: string; description: string; }[]; partnerships: { name: string; twitter: string; }[]; contractPackageId?: string | undefined; contractCollectionId?: string | undefined; contractInventoryId?: string | undefined; contractListingId?: string | undefined; contractOrderbookId?: string | undefined; contractTransferAllowListId?: string | undefined; nftProtocolContractId?: string | undefined; status: import("..").NftCollectionStatus; nftsOnSale?: string[] | undefined; totalCount?: number | undefined; comment?: import("../database").NullableString | undefined; mintTweetText?: import("../database").NullableString | undefined; mintCustomMessage?: import("../database").NullableString | undefined; relatedGameUrl?: import("../database").NullableString | undefined; relatedGameName?: import("../database").NullableString | undefined; utilityProjectUrl?: import("../database").NullableString | undefined; utilityProjectName?: import("../database").NullableString | undefined; isWiped?: boolean | undefined; venues: { venueObjectId: string; marketObjectId: string; price: number; startDateTs: FirebaseFirestore.Timestamp; }[]; id: string; }>; }>; games: import("@trpc/server").CreateRouterInner, { get: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id: string; }; _input_out: { id: string; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name?: string | undefined; slug?: string | undefined; imgUrl?: string | undefined; genres?: string[] | undefined; status?: import("..").GameStatus | undefined; description?: string | undefined; weight?: number | undefined; platform?: import("..").GamePlatform[] | undefined; supportedWallets?: import("..").GameSupportedWallet.ALL[] | undefined; gameId?: string | undefined; relevantCollectionLinks?: string[] | undefined; relevantLaunchpadLinks?: string[] | undefined; verified?: boolean | undefined; exclusive?: boolean | undefined; imgSet?: { url: string; width: number; }[] | undefined; socialImage?: string | undefined; }>; list: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: typeof import("@trpc/server").unsetMarker; _input_out: typeof import("@trpc/server").unsetMarker; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("..").GameStatus; description: string; weight: number; platform: import("..").GamePlatform[]; supportedWallets: import("..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; imgSet?: { url: string; width: number; }[] | undefined; socialImage?: string | undefined; }[]>; save: import("@trpc/server").BuildProcedure<"mutation", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("..").GameStatus; description: string; weight: number; platform: import("..").GamePlatform[]; supportedWallets: import("..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; } & { id?: string | undefined; }; _input_out: { screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("..").GameStatus; description: string; weight: number; platform: import("..").GamePlatform[]; supportedWallets: import("..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; } & { id?: string | undefined; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { screenshots?: string[] | undefined; twitterLink?: string | undefined; discordLink?: string | undefined; playLink?: string | undefined; sortingWeight?: number | undefined; name: string; slug: string; imgUrl: string; genres: string[]; status: import("..").GameStatus; description: string; weight: number; platform: import("..").GamePlatform[]; supportedWallets: import("..").GameSupportedWallet.ALL[]; gameId: string; relevantCollectionLinks: string[]; relevantLaunchpadLinks: string[]; verified: boolean; exclusive: boolean; imgSet?: { url: string; width: number; }[] | undefined; socialImage?: string | undefined; id: string; }>; }>; recentMints: import("@trpc/server").CreateRouterInner, { list: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { limit?: number | undefined; offset?: number | undefined; }; _input_out: { limit: number; offset: number; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { list: { id: string; contractPackageId: string; nftId: string; recepientId: string; ts: number; name?: string | undefined; description?: string | undefined; url?: string | undefined; collectionSlug?: string | undefined; }[]; total: number; }>; }>; appStatus: import("@trpc/server").CreateRouterInner, { get: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: typeof import("@trpc/server").unsetMarker; _input_out: typeof import("@trpc/server").unsetMarker; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { overloaded: boolean; id: string; }>; list: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: typeof import("@trpc/server").unsetMarker; _input_out: typeof import("@trpc/server").unsetMarker; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, [string, boolean][]>; save: import("@trpc/server").BuildProcedure<"mutation", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id: string; overloaded: boolean; }; _input_out: { id: string; overloaded: boolean; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { ok: boolean; id: string; }>; }>; lpCarouselItems: import("@trpc/server").CreateRouterInner, { get: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id: string; }; _input_out: { id: string; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; ctaText?: string | undefined; ctaLink?: string | undefined; order?: number | undefined; ctaPosition?: import("..").CarouselItemButtonPosition | undefined; imageLargeDark?: string | undefined; imageLargeLight?: string | undefined; imageSmallDark?: string | undefined; imageSmallLight?: string | undefined; }>; list: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: typeof import("@trpc/server").unsetMarker; _input_out: typeof import("@trpc/server").unsetMarker; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { id: string; ctaText?: string | undefined; ctaLink?: string | undefined; order: number; ctaPosition: import("..").CarouselItemButtonPosition; imageLargeDark: string; imageLargeLight: string; imageSmallDark: string; imageSmallLight: string; }[]>; save: import("@trpc/server").BuildProcedure<"mutation", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { ctaText?: string | undefined; ctaLink?: string | undefined; order: number; ctaPosition: import("..").CarouselItemButtonPosition; imageLargeDark: string; imageLargeLight: string; imageSmallDark: string; imageSmallLight: string; } & { id?: string | undefined; }; _input_out: { ctaText?: string | undefined; ctaLink?: string | undefined; order: number; ctaPosition: import("..").CarouselItemButtonPosition; imageLargeDark: string; imageLargeLight: string; imageSmallDark: string; imageSmallLight: string; } & { id?: string | undefined; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { ctaText?: string | undefined; ctaLink?: string | undefined; order: number; ctaPosition: import("..").CarouselItemButtonPosition; imageLargeDark: string; imageLargeLight: string; imageSmallDark: string; imageSmallLight: string; id: string; }>; delete: import("@trpc/server").BuildProcedure<"query", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { id: string; }; _input_out: { id: string; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, FirebaseFirestore.WriteResult>; }>; files: import("@trpc/server").CreateRouterInner, { uploadImage: import("@trpc/server").BuildProcedure<"mutation", { _config: import("@trpc/server").RootConfig<{ ctx: import("./trpc").TrpContext; meta: {}; errorShape: import("@trpc/server").DefaultErrorShape; transformer: import("@trpc/server").DefaultDataTransformer; }>; _meta: {}; _ctx_out: import("@trpc/server").Overwrite; _input_in: { sizes?: number[] | undefined; image: string; }; _input_out: { image: string; sizes: number[]; }; _output_in: typeof import("@trpc/server").unsetMarker; _output_out: typeof import("@trpc/server").unsetMarker; }, { width: number; url: string; }[]>; }>; }>; export declare type AppRouter = typeof appRouter; export declare const ADMIN_RPC: Express; export {};