import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface DeleteReferrerStateAndShortUrlAccounts { referrer: TransactionSigner; referrerState: Address; shortUrl: Address; rent: Address; systemProgram: Address; } export declare function deleteReferrerStateAndShortUrl(accounts: DeleteReferrerStateAndShortUrlAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=deleteReferrerStateAndShortUrl.d.ts.map