import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface InitReferrerStateAndShortUrlArgs { shortUrl: string; } export interface InitReferrerStateAndShortUrlAccounts { referrer: TransactionSigner; referrerState: Address; referrerShortUrl: Address; referrerUserMetadata: Address; rent: Address; systemProgram: Address; } export declare const layout: import("buffer-layout").Layout; export declare function initReferrerStateAndShortUrl(args: InitReferrerStateAndShortUrlArgs, accounts: InitReferrerStateAndShortUrlAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=initReferrerStateAndShortUrl.d.ts.map