import { IDL } from '@icp-sdk/core/candid';
export declare function optional<T>(value: T | undefined | null): [] | [T];
export declare function decodeCandid<T>(types: IDL.Type[], data: Uint8Array): T | null;
