import { IAppConfiguration } from '../configuration';
import { IFlow } from './types';
export declare const setFlowName: (flows: {
    [key: string]: IFlow;
}, name: string | null) => void;
export declare const getFlowName: () => string;
export declare const getFlowOrders: (configuration: IAppConfiguration) => Error | (string | undefined)[];
export declare const getFlowConfig: (configuration: IAppConfiguration) => IFlow;
export declare const isNativeCamera: (configuration: IAppConfiguration) => boolean;
//# sourceMappingURL=hooks.d.ts.map