/// export interface IExecutionPermalinkProps { standalone: boolean; } export declare const ExecutionPermalink: ({ standalone }: IExecutionPermalinkProps) => JSX.Element;