/**
 * Get the implementation of the `getEntropySources` hook.
 *
 * @returns The implementation of the `getEntropySources` hook. Right now, it
 * only returns two hard coded entropy source. In the future, it could return a
 * configurable list of entropy sources.
 */
export declare function getGetEntropySourcesImplementation(): () => {
    id: string;
    name: string;
    type: "mnemonic";
    primary: boolean;
}[];
//# sourceMappingURL=get-entropy-sources.d.mts.map