import type { BN } from '@project-serum/anchor';
import * as web3 from '@solana/web3.js';
/**
 * Finds the blaze id.
 * @returns
 */
export declare const findBlazeId: (identifier: BN) => Promise<[web3.PublicKey, number]>;
/**
 * Finds the identifier id.
 * @returns
 */
export declare const findIdentifierId: () => Promise<[web3.PublicKey, number]>;
//# sourceMappingURL=pda.d.ts.map