import type { PermissionData } from "@lit-protocol/vincent-contracts-sdk";
/**
 * Creates a type-safe app configuration using the new PermissionData structure
 */
export declare function createAppConfig(config: {
    permissionData: PermissionData;
}, { debug, cidToNameMap, }?: {
    debug?: boolean;
    cidToNameMap?: Record<string, string>;
}): {
    ABILITY_IPFS_CIDS: string[];
    ABILITY_POLICIES: string[][];
    PERMISSION_DATA: PermissionData;
};
//# sourceMappingURL=createAppConfig.d.ts.map